home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / jlblink.arc / BLINK.BMC < prev    next >
Text File  |  1990-10-18  |  383b  |  17 lines

  1. ** BLINK.BMC
  2. **
  3. ** This script is used to process all normal transactions with
  4. ** BIX.  This script is executed immediately after LOGON.BMC if
  5. ** you execute the Log-On Blink command.
  6.  
  7. Show   "\nBlink Command Script\n"
  8. Puts   "File News\r"
  9. Gets   "\n:"
  10. Blink  "MESSAGES"
  11. Blink  "MEMOS"
  12. Blink  "UP"
  13. Blink  "DOWN"
  14. Show   "Blink script finished.\n"
  15.  
  16. ** End of BLINK.BMC
  17.